/* ---------------------------- Start General ---------------------------- */

.bring-to-middle {
  justify-content: center;
}

.orange-fill {
  color: #e85a24 !important;
}

.white-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  flex: 1; /* Ensures the white-box takes up equal height */
}

.white-box:hover {
  box-shadow: 5px 6px 20px rgba(0, 0, 0, 0.2);
}

.no-space-above-50 { margin-top: -50px !important; }
.no-space-below-50 { margin-bottom: -50px !important; }

.no-space-above-30 { margin-top: -30px !important; }
.no-space-below-30 { margin-bottom: -30px !important; }

.outline-box {
  text-align: center;
  border-radius: 15px;
  border: 2px solid #e85a24; 
  padding: 20px; 
  transition: 0.3s ease;
}

.outline-box:hover {
  border-color: #B91C1C; 
}

.outline-link {
  display: block; 
}

a.outline-link:hover {
  text-decoration: none !important; 
  background-color: #fff;
  border-radius: 15px;
}

a:not(.btn):hover {
  text-decoration: none !important;
}

.button1,
.button2 {
  padding: .75rem 2rem !important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

p.small-label {
  color: #171717;
  border: 1px solid #171717;
  width: fit-content;
  padding: 8px 18px 5px;
  border-radius: 2em;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

h1, .h1 {
  margin-top: 30px !important;
}

h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.5;
  font-weight: 600;
  font-family: 'Inter', 'Arial', sans-serif;
}

h6, .h6 {
  font-size: 16px;
}

ul, li {
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 15px;
}

.small-icon-size {
  width: 15px;
}

.medium-icon-size {
  width: 30px;
}

.resource_icon {
  font-size: 18px;
  display: flex;
}

.pdf_icon::before,
.link_icon::before,
.image_icon::before,
.form_icon::before {
  font-family: "FontAwesome";
  margin-right: 12px;
}

.pdf_icon::before {  content: "\f15c";  }
.link_icon::before {  content: "\f08e";  }
.image_icon::before {  content: "\f03e";  }
.form_icon::before {  content: "\f044";  }

/* Label Styling */

.label-new, .label-updated, .label-coming-soon {
  color: white;
  font-size: 12px;
  padding: 9px 13px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 5px;
  letter-spacing: 0.05em;
  line-height: normal;
  width: fit-content;
}

.label-updated {
    background-color: #B91C1C;
}

.label-coming-soon {
    background-color: #171717;
}

.label-new {
    background-color: #d83b01;
}

.float-label-left {
  float: left;
  margin-top: -20px;
}

.float-right {
  float: right;
}

.two-col-contact-box {
  max-width: 15%; 
  height: auto; 
  margin: 15px auto 25px auto;
}

.entity-grid .message {
  margin: 20px 0 20px 20px;
  color: #171717;
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 14px;
}

a.text-primary {
  color: #ea580c !important;
}

.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  vertical-align: middle;
}

.hide-on-laptop {
  display: none;
}

.form-control:focus {
  border-color: #ea580c !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #ea580c52 !important;
}

.btn.disabled, 
.btn:disabled, 
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #B91C1C;
  border-color: #B91C1C;
  border-radius: 25px;
  font-family: 'Inter', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: #B91C1C;
  color: #ffffff;
}

.btn:focus-visible {
  color: #ffffff;
  background-color: #ea580c;
  border-color: #ea580c;
}

.inline-buttons {
  float: left;
}

/* ---------------------------- End General ---------------------------- */


/* ---------------------------- Start Labels ---------------------------- */


/* ON PAGES:
Support Requests */

#statuscode.status [title="In Progress"],
#statuscode.status [data-status="In Progress"] {
  color: #e85a24 !important;
  background-color: #fedacb !important;
}

#statuscode.status [title="Completed"],
#statuscode.status [data-status="Completed"] {
  color: #1a8d1a !important;
  background-color: #d9f8d9 !important;
}

#statuscode {
  border: none;
  appearance: none;
  padding: 9px 15px 7px 15px;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  width: fit-content;
  text-align: center;
  font-family: 'Inter', 'Arial', sans-serif;
}


/* Hide the original text */
td[aria-label="In Progress"],
td[aria-label="Completed"] {
  color: transparent !important;
}

/* General Style */
td[aria-label="In Progress"]::before,
td[aria-label="Completed"]::before {
  content: attr(aria-label);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

/* Style for In Progress */
td[aria-label="In Progress"]::before {
  color: #e85a24 !important;
  background-color: #fedacb !important;
}

/* Style for Completed */
td[aria-label="Completed"]::before {
  color: #1a8d1a !important;
  background-color: #d9f8d9 !important;
}


/* ON PAGES:
Profile Page */

td[data-th="Status Reason"][aria-label="Selling"],
td[data-th="Status Reason"][aria-label="Onboarded, Not Selling"],
td[data-th="Status Reason"][aria-label="In Training"],
td[data-th="Status Reason"][aria-label="Expression of Interest"],
td[data-th="Status Reason"][aria-label="Contacted"] { 
  padding: 5px 24px;
  border-radius: 25px;
  display: inline-block;
  font-size: 15px !important;
  font-weight: bold;
  float: right;
}

/* Target the td element with aria-label="Selling" */
td[data-th="Status Reason"][aria-label="Selling"] {
  color: #1a8d1a !important;
  background-color: #d9f8d9;
}

/* Onboarded, Not Selling */
td[data-th="Status Reason"][aria-label="Onboarded, Not Selling"] {
  color: #800080 !important; /* Purple text */
  background-color: #f3e0f3; /* Light purple background */
}

/* In Training */
td[data-th="Status Reason"][aria-label="In Training"] {
  color: #ff8c00 !important; /* Orange text */
  background-color: #ffe6cc; /* Light orange background */
}

/* Expression of Interest & Contacted */
td[data-th="Status Reason"][aria-label="Expression of Interest"],
td[data-th="Status Reason"][aria-label="Contacted"] {
  color: #007bff !important; /* Blue text */
  background-color: #e0f3ff; /* Light blue background */
}


/* ON PAGES:
Rebate Page */

/* Hide the original text */
td[aria-label="Ready to Pay"],
td[aria-label="Paid"] {
  color: transparent !important;
}

td[aria-label="Ready to Pay"]::before,
td[aria-label="Paid"]::before {
  content: attr(aria-label);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

/* Style for Paid */
td[aria-label="Paid"]::before,
#new_paymentstatus:has(option[value="100000002"]:checked) {
  color: #1a8d1a !important;
  background-color: #d9f8d9 !important;
}

/* Style for Ready to Pay */
td[aria-label="Ready to Pay"]::before,
#new_paymentstatus:has(option[value="100000001"]:checked)  {
  color: #007bff !important; /* Blue text */
  background-color: #e0f3ff !important; /* Light blue background */
}

#new_paymentstatus {
  border: none !important;
  appearance: none;
  padding: 9px 15px 7px 15px !important;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  width: fit-content !important;
  text-align: center;
  font-family: 'Inter', 'Arial', sans-serif;
}



/* ON PAGES:
Announcements Page */

/* Hide the original text */
td[aria-label="Resolved"],
td[aria-label="Found Solution"],
td[aria-label="Under Investigation"],
td[aria-label="New"] {
  color: transparent !important;
}

/* General Style */
td[aria-label="Resolved"]::before,
td[aria-label="Found Solution"]::before,
td[aria-label="Under Investigation"]::before,
td[aria-label="New"]::before {
  content: attr(aria-label);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

/* Style for Resolved */
td[aria-label="Resolved"]::before {
  color: #1a8d1a !important;
  background-color: #d9f8d9 !important;
}

/* Style for Found Solution */
td[aria-label="Found Solution"]::before {
  color: #007bff !important; /* Blue text */
  background-color: #e0f3ff !important; /* Light blue background */
}


/* Style for Under Investigation */
td[aria-label="Under Investigation"]::before {
  color: #e85a24 !important;
  background-color: #fedacb !important;
}


/* Style for New */
td[aria-label="New"]::before {
  color: #800080 !important; /* Purple text */
  background-color: #f3e0f3 !important; /* Light purple background */
}

/* ---------------------------- End Labels ---------------------------- */


/* ---------------------------- Start Header ---------------------------- */

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 6px;
  margin-top: 14.5px;
  border-right: none;
  border-left: none;
}

.nav-item .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0.05em;
  content: "";
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #e85a24; /* Outline only */
  border-bottom: 0;
  color: transparent; /* Remove any fill color */
}

.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover,
.navbar-dark .navbar-nav > li > a:focus, .navbar-dark .navbar-nav > li.dropdown > a:focus,
.navbar-dark .navbar-nav a.show, .navbar-dark .navbar-nav a.dropdown-toggle.show {
  background-color: #fef7ee !important;
  color: #B91C1C !important;
  border: none !important;
  outline: none !important;
}


/*----Dropdown menu----*/

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: #fef7ee !important;
  text-decoration: none;
  padding: 20px 5px;
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  top: 3em;
  border-radius: 0 !important;
  transition: box-shadow 0.3s ease;
}

.dropdown-menu li:first-child,
.dropdown-divider {
  display: none;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a {
  font-size: 14px;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu > li > a:focus {
  background-color: #fef7ee !important;
  color: #B91C1C !important;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.dropdown-menu > li > a {
  padding: 10px 28px !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fef7ee;
}

.nav li.nav-item:nth-child(1),
.static-top.navbar .menu-bar > .navbar-nav > li > a#search { 
  display: none !important; 
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
  border: 1px solid transparent !important;
  outline: none !important;
}

.nav-item.weblink.dropdown > a[aria-label="My Account"]::before {
  font-family: 'FontAwesome';
  content: "\f007";
  margin-right: 5px;
}


/* ---------------------------- End Header ---------------------------- */



/* ---------------------------- Start Footer ---------------------------- */

.white-text, 
.white-text p,
.white-text a {
  color: #a3a3a3 !important;
  line-height: 2em;
  font-weight: 400;
  font-size: 15px;
}

.white-text a:hover, 
.white-text p a:hover {
  color: #e85a24 !important;
}

.white-text h5 {
  color: #fff !important;
  margin-bottom: 18px !important;
}

footer .footer-bottom {
  background-color: #262626 !important;
}


/* ---------------------------- End Footer ---------------------------- */



/* ---------------------------- Start Mechant Orders ---------------------------- */



.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  background-color: #fef7ee !important;
  color: #000000 !important;
  border: 1px solid #f2f2f200 !important;
}

.modal-content {
  border-radius: 15px;
}

.entity-grid .view-grid {
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
  border: none !important;
}

.grid-actions {
  border-bottom: none !important;
} 

.btn-info {
  color: #171717;
  background-color: #fef7ee;
  border: none;
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  margin-right: 2em;
}

.btn-info:focus, .btn-info:hover,
.btn:first-child:active {
  color: #B91C1C ;
  background-color: #fef7ee;
  border: none;
}

.fa-download:before {
  content: "\f019";
  padding-right: 6px;
}

.btn:focus, .btn:focus-visible {
  outline: none;
  outline-offset: -2px;
  box-shadow: none;
}


/* ---------------------------- End Mechant Orders ---------------------------- */



/* ---------------------------- Start Submit New Application ---------------------------- */

ul.resources-list {
  padding-left: 0.75rem;
}

ul.resources-list h5 {
  padding: 3px 0;
}

.icon-inline-text {
  display: inline-block;
  margin-right: 5px;
}

h5 a {
  font-size: 18px;
}

/* ---------------------------- End Submit New Application ---------------------------- */



/* ---------------------------- Start Settlements & Funding ---------------------------- */

.funding-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.funding-table tbody tr {
  border-bottom: 1px solid #e85a243d;
}

.funding-table td {
  text-align: center;
  padding: 10px;
}

/* Cross and check styling */
.icon-cross {
  color: red;
  font-size: 24px;
}

.icon-tick {
  color: green;
  font-size: 24px;
}

/* ---------------------------- End Settlements & Funding ---------------------------- */


/* ---------------------------- Start Pre Approval Process ---------------------------- */

/* Overall container */
.option-container {
  display: flex;
  align-items: flex-start; /* Align icon to the top */
  padding: 10px;
  margin-bottom: 10px;
}

/* Icon container */
.icon-container {
  margin-right: 15px;
}

.icon-container svg {
  width: 25px;
  height: 25px;
  fill: #e85a24; /* Orange color for the icon */
}

/* Text container */
.text-container h5,
.text-container p {
  margin: 0;
}

/* ---------------------------- End Pre Approval Process ---------------------------- */


/* ---------------------------- Start Onboarding Orders Page ---------------------------- */

.table-striped, .table-info, .table-striped > tbody > tr:nth-of-type(odd) > *, .dropdown-menu, .datepicker button {
  color: #171717;
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 14px;
}

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgb(232 90 36 / 0%);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: #dee2e6;
}

td[data-th="Order Summary"] {
  font-weight: bold;
}

/* ------------- Start Pagination ------------- */


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
  background-color: #e85a24 !important;
    color: #ffffff !important;
    font-weight: bold;
}

.pagination > li > a, .pagination > li > span {
  color: #17171799 !important;
  font-weight: 400;
  font-size: 15px;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  background-color: #fff0 !important;
}

.pagination > li > a, .pagination > li > span {
  margin-left: 5px !important;
  width: 35px;
  height: 35px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #e85a24 !important;
}

/* ------------- End Pagination ------------- */


/* ------------- Start Order Details Pop Up ------------- */

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      --bs-modal-width: 810px;
  }
}

label {
  font-weight: 600;
  font-family: 'Inter', 'Arial', sans-serif;
  letter-spacing: 0px;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control{
  font-family: 'Inter', 'Arial', sans-serif;
  letter-spacing: 0px;
}

.modal-header {
  /*display: none;*/
}

div#EntityFormControl {
  margin: 0px 5% 0px 0%;
}

/* Align the label and select box horizontally */
.table-info, .control {
  align-items: flex-start;
  margin: 7px 0;
}

/* Optional: To vertically center align them */
.clearfix.cell.picklist-cell {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Ensures even spacing if needed */
}

.dropdown.action {
  display: none;
}

.modal-header, .crmEntityFormView .tab-title {
  border: none;
}

.crmEntityFormView .tab-title,
.section-title h3,
.tab-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #d83b01 !important;
}

table[data-name="pp_summary_tab"],
table[data-name="pp_order-details_tab"],
table[data-name="pp_application_details_tab"],
table[data-name="business_details"],
table[data-name="rebate_banking_details"],
table[data-name="rebate_details"],
table[data-name="mnt_details"],
table[data-name="mcc"],
table[data-name="requirements"],
table[data-name="rebate"],
table[data-name="mcc_view_only"],
/*table[data-name="coa_view_only"],*/
table[data-name="requirements_view_only"],
table[data-name="rebate_view_only"],
table[data-name="support"],
table[data-name="mid_overview"] {
  float: left !important;
  width: 100% !important;
}

table[data-name="pp_summary_tab"] .table-info,
table[data-name="pp_order-details_tab"] .table-info,
table[data-name="pp_application_details_tab"] .table-info,
table[data-name="business_details"] .table-info,
table[data-name="rebate_banking_details"] .table-info,
table[data-name="rebate_details"] .table-info,
table[data-name="mnt_details"] .table-info,
table[data-name="mcc"] .table-info,
table[data-name="requirements"] .table-info,
table[data-name="rebate"] .table-info,
table[data-name="mcc_view_only"] .table-info,
/*table[data-name="coa_view_only"] .table-info,*/
table[data-name="requirements_view_only"] .table-info,
table[data-name="rebate_view_only"] .table-info,
table[data-name="support"] .table-info,
table[data-name="mid_overview"] .table-info  {
  float: left !important;
  width: 30% !important;
  padding-right: 10px;
  font-size: 15px;
}

table[data-name="pp_summary_tab"] .control,
table[data-name="pp_order-details_tab"] .control,
table[data-name="pp_application_details_tab"] .control,
table[data-name="business_details"] .control,
table[data-name="rebate_banking_details"] .control,
table[data-name="rebate_details"] .control,
table[data-name="mnt_details"] .control,
table[data-name="mcc"] .control,
table[data-name="requirements"] .control,
table[data-name="rebate"] .control,
table[data-name="mcc_view_only"] .control,
/*table[data-name="coa_view_only"] .control,*/
table[data-name="requirements_view_only"] .control,
table[data-name="rebate_view_only"] .control,
table[data-name="support"] .control,
table[data-name="mid_overview"] .control {
  clear: none !important;
  float: left !important;
  width: 70% !important;
  padding-left: 10px;
  font-size: 15px;
}

table[data-name="pp_summary_tab"] select.form-control,
table[data-name="pp_order-details_tab"] select.form-control,
table[data-name="pp_application_details_tab"] select.form-control,
table[data-name="business_details"] select.form-control,
table[data-name="rebate_banking_details"] select.form-control,
table[data-name="rebate_details"] select.form-control,
table[data-name="mnt_details"] select.form-control,
table[data-name="mcc"] select.form-control,
table[data-name="requirements"] select.form-control,
table[data-name="rebate"] select.form-control,
table[data-name="mcc_view_only"] select.form-control,
table[data-name="requirements_view_only"] select.form-control,
table[data-name="rebate_view_only"] select.form-control,
table[data-name="support"] select.form-control,
table[data-name="mid_overview"] select.form-control {
  height: auto !important;
}

table[data-name="pp_summary_tab"] .form-control, 
table[data-name="pp_order-details_tab"] .form-control, 
table[data-name="pp_application_details_tab"] .form-control,
table[data-name="business_details"] .form-control,
table[data-name="rebate_banking_details"] .form-control,
table[data-name="rebate_details"] .form-control,
table[data-name="mnt_details"] .form-control,
table[data-name="mcc"] .form-control,
table[data-name="requirements"] .form-control,
table[data-name="rebate"] .form-control,
table[data-name="mcc_view_only"] .form-control,
table[data-name="coa_view_only"] .form-control,
table[data-name="requirements_view_only"] .form-control,
table[data-name="rebate_view_only"] .form-control,
table[data-name="support"] .form-control,
table[data-name="mid_overview"] .form-control {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  margin-top: 0px;
  font-size: 15px;
}

table[data-name="pp_summary_tab"] td,
table[data-name="pp_order-details_tab"] td,
table[data-name="pp_application_details_tab"] td,
table[data-name="business_details"] td,
table[data-name="rebate_banking_details"] td,
table[data-name="rebate_details"] td,
table[data-name="mnt_details"] td,
table[data-name="mcc"] td,
table[data-name="requirements"] td,
table[data-name="rebate"] td,
table[data-name="mcc_view_only"] td,
table[data-name="coa_view_only"] td,
table[data-name="requirements_view_only"] td,
table[data-name="rebate_view_only"] td,
table[data-name="support"] td,
table[data-name="mid_overview"] td {
  padding: 0px !important; 
}

table[data-name="pp_summary_tab"],
table[data-name="pp_order-details_tab"],
table[data-name="pp_application_details_tab"],
table[data-name="business_details"],
table[data-name="rebate_banking_details"],
table[data-name="rebate_details"],
table[data-name="mnt_details"],
table[data-name="mcc"],
table[data-name="requirements"],
table[data-name="rebate"],
table[data-name="mcc_view_only"],
table[data-name="coa_view_only"],
table[data-name="requirements_view_only"],
table[data-name="rebate_view_only"],
table[data-name="support"],
table[data-name="mid_overview"] {
  margin: 15px !important;
}

.crmEntityFormView textarea.form-control.readonly, 
.crmEntityFormView textarea.form-control[readonly][disabled], 
.form-readonly textarea.form-control {
  min-height: 50px;
  border-radius: 0;
  overflow: hidden;
  font-size: 15px; 
}

input#customerid_name.aspNetDisabled.text.form-control.lookup {
  
}

.text-muted {
  color: #6c757d00 !important;
}

/* ------------- End Order Details Pop Up ------------- */


/* ---------------------------- End Onboarding Orders Page ---------------------------- */


/* ---------------------------- Start Support Requests Page ---------------------------- */

input.form-control, 
.form-select,
table[data-name="mcc"] .control input, 
table[data-name="requirements"] .control input, 
table[data-name="rebate"] .control input {
  border: 1px solid #e85a24 !important;
  border-radius: 25px;
  height: 50px !important;
  padding: 20px !important;
  margin-top: 7px;
  background: #fff !important;
  text-decoration: none !important;
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 15px;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
  border: 1px solid #e85a24;
  border-radius: 25px;
  padding: 20px 20px 20px 25px;
  margin-top: 7px;
  background: #fff !important;
  text-decoration: none !important;
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 15px;
}

.crmEntityFormView .cell .field-label {
  margin-left: 10px;
}

.form-select, .crmentityformview select {
  border: 1px solid #e85a24;
  background-color: #fff !important;
  border-radius: 25px;
  width: 100%;
  padding: 10px 20px;
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 15px;
  margin-top: 6px;
}

.crmEntityFormView .actions {
  border-top: none;
  margin: 0;
  padding: 0 0 0 20px;
}

h4.modal-title {
  margin-left: 20px;
}

.control a.text-primary {
  margin-left: -10px;
}


/* ------------- End Support Form ------------- */


/* ---------------------------- End Support Requests Page ---------------------------- */



/* ---------------------------- Start Pricing Calculator Page ---------------------------- */

/*.frame('PricingCal >.-a-27') {
  display: none !important;
}*/

.mcc_view_only > input#new_description {
  background-color: transparent !important;
}

.input-group-text {
  padding: 0 !important;
  font-size: 15px !important;
  color: #171717 !important;
  text-align: left !important;
  background-color: #e9ecef00 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Inter', 'Arial', sans-serif !important;
  float: left !important;
  margin-right: 3px !important;
}

.input-group {
  flex-wrap: nowrap !important;
}

.mcc_view_only > .form-readonly .form-control,
.requirements_view_only > .form-readonly .form-control,
.rebate_view_only > .form-readonly .form-control {
  background-color: transparent !important;
}

label[for="coa_view_only"] {
  color: transparent !important;
}

.crmEntityFormView .form-control.readonly:focus, 
.crmEntityFormView .form-control[readonly][disabled]:focus, 
.form-readonly .form-control:focus {
  outline: none !important;
}

/* Label Styling */
#coa_view_only .table-info {
  width: 30%;
  float: left;
  font-size: 15px;
}

/* Input Styling */
#coa_view_only .control {
  width: 70%;
  float: left;
  font-size: 15px;
}

#coa_view_only .control input {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  background: transparent !important;
  border: none !important;
}

/* Ensuring the .control div wraps the input properly */
#coa_view_only td {
  float: left !important;
  width: 100% !important;
  display: flex !important;
  vertical-align: top !important;
  margin-bottom: 0 !important;
}

iframe.quickform {
  height: auto !important;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: 1px solid #b3b3b300 !important;
  padding: 0 0px 0px 12px !important;
}

fieldset[aria-label="Cost of Acceptance Look Up"],
fieldset[aria-label="Merchant Requirement & Details"] {
   margin-bottom: 0px !important;
}

fieldset[aria-label="coa lookup results"] {
  border: 1px dashed #171717;
  border-radius: 25px;
  padding: 20px 20px 0 20px;
  margin: -10px 30px 0 30px;
}

table[data-name="mcc"] .table-info,
table[data-name="requirements"] .table-info {
  margin-top: 25px;
}

.btn.btn-default.launchentitylookup,
.btn.btn-default span.fa.fa-times {
  line-height: 3.8;
}

.modal h1 {
  display: none !important;
}

/* ---------------------------- End Pricing Calculator Page ---------------------------- */



/* ---------------------------- Start PayNuts Profile Page ---------------------------- */

.profile-view-no-card .entity-grid .view-grid,
.profile-intro .entity-grid .view-grid {
  background: none !important;
  box-shadow: none !important;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}

.profile-view-with-card .entity-grid .view-grid {
  overflow-x: hidden;
}

.profile-view-no-card .table,
.profile-view-with-card .table {
  margin-bottom: 0;
}

.profile-intro td,
.profile-view-no-card td,
.profile-view-with-card td {
  border: none !important;
  padding: 0;
}


.profile-intro th,
.profile-view-no-card th,
.profile-view-with-card th {
  display: none;
}

.profile-view-with-card a.details-link.has-tooltip.launch-modal,
.profile-view-no-card a.details-link.has-tooltip.launch-modal {
  font-size: 30px;
}

.profile-intro .table-striped tr td {
  font-size: 68px;
  font-weight: bold;
  margin-top: -15px;
  line-height: 70px;
}

.profile-view-with-card a.details-link.has-tooltip.launch-modal::after {
  font-family: "FontAwesome";
  content: "\f08e";
  margin-left: 14px;
  font-size: 15px;
}

.profile-partner-number .table-striped tr td {
  color: #737373 !important;
  font-size: 20px;
}

.profile-partner-number .table-striped tr td::before,
td[data-th="Email Address"] a::before,
td[data-th="Phone Number"]::before,
td[data-th="State"]::before {
  font-family: "FontAwesome";
  margin-right: 14px;
  font-size: 25px;
  color: #e85a24 !important;

}

.profile-partner-number .table-striped tr td::before {
  content: "\23";

}

td[data-th="Contact"] {
  color: #e85a24 !important;
  font-size: 30px !important;
  font-weight: 600;
}

td[data-th="Email Address"] a,
td[data-th="Phone Number"],
td[data-th="State"] {
  color: #171717 !important;
  font-size: 20px !important;
  font-weight: 600;
}

td[data-th="Email Address"] a::before {
  content: "\f0e0";
}

td[data-th="Phone Number"]::before {
  content: "\f095";
}

td[data-th="State"]::before {
  content: "\f3c5";
}

.orange-line {
  position: relative;
}

.orange-line::before {
  content: '';
  position: absolute;
  top: 0; /* Adjust as needed to position the line */
  left: 0;
  width: 100%;
  height: 1px; /* Thickness of the line */
  background-color: #e85a24;
}

.hide_pagination .view-pagination,
span.highcharts-title
/*.no-label-chart g.highcharts-axis.highcharts-xaxis,
.no-label-chart g.highcharts-axis-labels.highcharts-xaxis-labels,
.no-label-chart g.highcharts-axis.highcharts-yaxis,
.no-label-chart g.highcharts-axis-labels.highcharts-yaxis-labels,
*/  {
  display: none !important;
}
 
.crm-chart {
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
  border: none !important;
}

/* ---------------------------- End PayNuts Profile Page ---------------------------- */



/* ---------------------------- Start Rebates Page ---------------------------- */


.show-scroll-bar .entity-grid .view-grid {
  overflow-x: scroll;
}

span#new_rebatereport_file_name::before,
td[data-th="Rebate Report"] a::before {
  content: "\f019";
  font-family: "FontAwesome";
  margin-right: 16px;
  font-size: 17px;
  float: left;
  /**margin-top: 10px;**/
}

/* ---------------------------- End Rebates Page ---------------------------- */





/* ---------------------------- Start Announcements Page ---------------------------- */

table[data-name="bulletin_point"] input.form-control {
  background: none !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
  background: none !important;
}

input#new_name_partnerportal {
  font-size: 20px;
  font-weight: 600;
  color: #e85a24;
}

table[data-name="bulletin_point"] textarea.form-control {
  background: none !important;
  padding: 0 15px 0 0!important;
  margin: 0 0 0 10px !important;
  background: none !important;
  min-height: 50px;
  max-height: 400px;
  height: auto;
  overflow: auto;
}

textarea {
  min-height: 50px;
  max-height: 400px;
  height: auto;
  overflow: auto;
  resize: vertical; /* Allows user to resize */
}



/* --------------- Style on Form Pop Up ---------------*/

/* General select styling in pop up*/
#new_status {
  border: none !important;
  appearance: none;
  padding: 9px 15px 7px 15px !important;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  width: fit-content;
  text-align: center;
  font-family: 'Inter', 'Arial', sans-serif;
}

/* New */
#new_status:has(option[value="100000000"]:checked) {
  color: #800080 !important; /* Purple text */
  background-color: #f3e0f3 !important; /* Light purple background */
}

/* Under Investigation */
#new_status:has(option[value="100000001"]:checked) {
  color: #e85a24 !important;
  background-color: #fedacb !important;
}

/* Found Solution */
#new_status:has(option[value="100000002"]:checked) {
  color: #007bff !important; /* Blue text */
  background-color: #e0f3ff !important; /* Light blue background */
}

/* Resolved */
#new_status:has(option[value="100000003"]:checked) {
  color: #1a8d1a !important;
  background-color: #d9f8d9 !important;
}



/* ---------------------------- End Announcements Page ---------------------------- */



/* ---------------------------- Start Login Page ---------------------------- */


/* Hide Register & Redeem tabs, External Login section */

.nav-account,
h2#external-login-heading,
button#https\:\/\/login\.windows\.net\/9203ca7c-b0a8-4ec5-bb3e-3c3c82734c9c\/,
a[aria-label="Sign in"] {
  display: none;
}

/* Modify Sign in section */

.login-heading-section {
  border-bottom: none;
  line-height: inherit;
  margin-top: 30px;
  margin-bottom: 21px;
  color: #171717 !important;
  font-weight: bold;
  padding-bottom: 21px;
  font-size: 30px;
}

/* ---------------------------- End Login Page ---------------------------- */



/* ---------------------------- Start Merchants Not Transacting Page ---------------------------- */


/* Target only the specific radio buttons inside #new_upgradedtopax 
#new_upgradedtopax input[type="radio"][value="1"]:checked + label {
  color: green;
  font-weight: bold;
}

#new_upgradedtopax input[type="radio"][value="0"]:checked + label {
  color: red;
  font-weight: bold;
}*/



/* ---------------------------- End Merchants Not Transacting Page ---------------------------- */




/* ---------------------------- Start Resources For Partners Page ---------------------------- */

  .resource-section {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
 }
 .resource-category {
   flex: 1 1 45%;
   min-width: 300px;
   padding: 10px 15px;
   border-radius: 6px;
   background-color: #f9f9f9;
   border: 1px solid #ddd;
 }
 .resource-category h4 {
   margin-top: 0;
   font-size: 1.2rem;
   color: #e85a24;
   border-bottom: 2px solid #e85a24;
   padding-bottom: 5px;
   margin-bottom: 10px;
 }
 
 .resource-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resource-category li {
  margin-bottom: 12px;
}

.resource-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}

.resource-title::before {
  font-family: "FontAwesome";
  font-weight: 900;
  margin-right: 8px;
  color: #e85a24;
}

.resource-title.pdf::before {
  content: "\f1c1"; /* fa-file-pdf */
}

.resource-title.link::before {
  content: "\f0c1"; /* fa-link */
}

.resource-title.form::before {
  content: "\f46c"; /* fa-clipboard-list */
}

.resource-title.image::before {
  content: "\f03e"; /* fa-image */
}

.resource-title a {
  color: #333;
  text-decoration: none;
}

.resource-title a:hover {
  text-decoration: underline;
}
 
 .search-bar {
   max-width: 400px;
   margin-bottom: 20px;
 }

/* ---------------------------- End Resources For Partners Page ---------------------------- */




/* ---------------------------- Start Transacting Merchants Page ---------------------------- */

.view-toolbar .entitylist-search .query {
  width: 150% !important;
  float: right;
  margin-top: -6px;
}

.toolbar-actions button.btn.btn-default,
.control button.btn.btn-default {
  border: none;
}

.toolbar-actions button.btn.btn-default:focus,
.control button.btn.btn-default:focus {
  background-color: transparent;
}

/* ---------------------------- End Transacting Merchants Page ---------------------------- */




/* ---------------------------- Start Update Logs Page ---------------------------- */

.latest-log {
  display: flex;
}

.alert-content {
  display: flex;
  align-items: center;
  flex: 1;
  text-align: center;
}

#alertBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e85a24;
  background-color: #ffffff;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  border-radius: 15px;
  margin: 30px 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease, max-height 0.5s ease;
  overflow: hidden;
}

#alertBar.hidden {
  transform: translateX(100%);
  opacity: 0;
}

#alertBar:hover {
box-shadow: 5px 6px 20px rgba(0, 0, 0, 0.2);
}

a#alertLink {
  padding-left: 3px;
}

#alertLink i {
  font-size: 18px;
  margin-left: 7px;
  transition: margin-left 0.3s ease;
}

#alertLink:hover i {
  margin-left: 12px; 
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  padding-top: 5px;
}

.alert-message p {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.alert-message p::before {
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\21";
  margin-right: 10px;
  color: #ea580c;
  border: 3px solid #ea580c;
  border-radius: 30px;
  padding: 5px 11px;
}

button.close-btn {
  background: none;
  border: none;
  color: #9d9d9d;
  font-size: 15px;
  cursor: pointer;
  padding: 0 10px;
  font-weight: bold;
  transition: 0.3s;
}

.close-btn:hover {
  color: #171717;
}

.hidden {
  display: none;
} 

/* ---------------------------- End Update Logs Page ---------------------------- */




/* ---------------------------- Start Offers & Promotions Page ---------------------------- */

/* Hide modal by default */
.offer-modal {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding-top: 25px;
}

.offer-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
}

/* Show modal with fade-in effect */
.offer-modal.show {
  display: block;
  opacity: 1;
  visibility: visible;
  align-items: baseline;
}

/* Modal dialog styling */
.offer-modal-dialog {
  background: #fef7ee !important;
  width: auto;
  max-width: 810px !important;
  padding: 15px 30px;
  border-radius: 17px;
  position: relative;
  transform: translateY(-20px) !important;
  transition: transform 0.4s ease, opacity 0.4s ease !important;
  margin: 20px auto;
}

.offer-modal.show .offer-modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.offer-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer-modal-body {
  padding: 10px 30px 30px 30px;
  max-height: 45em !important;
  overflow-y: scroll !important;
  margin-bottom: 10px !important;
}


/* Close button */
.offer-modal-close-btn {
  background: none;
  border: none;
  font-size: 1em;
  font-weight: 800;
  line-height: 0;
  color: #656565;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}
 
/* Visible state */
.offer-modal.show .offer-modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* Disable scrolling when modal is open */
.no-scroll {
  overflow: hidden;
  height: 100vh;
  padding-right: 17px;
}

/* Main container */
.offer-details-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Each row (Label + Value) */
.offer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* First column (Label) */
.offer-label {
  flex: 1;
  min-width: 120px;
  font-weight: bold;
  text-align: left;
}

.offer-label h6, .offer-value h6 {
  line-height: 0.8;
}

.openOfferModalBtn {
  margin-top: 15px;
}

/* Second column (Value) */
.offer-value {
  flex: 2;
  text-align: right;
}

h5.offer-sub-title {
  margin-top: 30px !important;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .offer-row {
      flex-direction: column;
      align-items: flex-start;
  }

  .offer-label, .offer-value {
      width: 100%;
      text-align: left;
  }
}


/* ---------------------------- End Offers & Promotions Page ---------------------------- */



/* ---------------------------- Start MID Overview Page ---------------------------- */

h3.form-subgrid-heading {
  font-size: 20px !important;
  line-height: 3 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700;
}

.chart { 
  margin-bottom: 25px;
}

/* ---------------------------- End MID Overview Page ---------------------------- */



/* ---------------------------- Start Login Page ---------------------------- */

.col-form-label {
  text-align: left !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #4c4c4c !important;
  padding-bottom: 0px !important;
}


.signinpage label.required::before {
  content: none !important;
  display: none !important;
}

.btn-primary {
  padding: .75rem 2rem !important;
}


/* ---------------------------- End Login Page ---------------------------- */



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------- START Responsiveness ---------------------------------*/

@media screen and (max-width: 1199px) {

  /*--------------- Start Header ---------------*/
  
    .navbar-toggler,
    .navbar-dark .navbar-toggler:hover,
    .navbar-dark .navbar-toggler:focus,
    .navbar-dark .navbar-toggler {
      background-color: #ea580c00 !important;
      border-color: #ea580c00 !important;
    }
  
    .navbar-dark .navbar-toggler {
      border: 1px solid #b91c1c00 !important;
    }
  
    .navbar-toggler:focus {
      box-shadow: none;
    }
  
    .navbar-dark .navbar-toggler:focus {
      border: 1px solid #00000000;
      background-color: #ea580c00;
    }
  
    .navbar-dark .navbar-toggler .navbar-toggler-icon::after {
      content: "\f0c9";
      font-family: "FontAwesome";
      font-size: 20px;
      color: #171717 !important;
      font-weight: 900;
    }

    .navbar-dark .navbar-toggler .navbar-toggler-icon {
      background-image: none !important;
    }
    
    .navbar-dark .navbar-nav .show.dropdown-menu {
      box-shadow: none !important;
      padding: 0px 5px 15px 5px !important;
    }

  /*--------------- End Header ---------------*/



  /*--------------- Start Font Sizes ---------------*/

  h1, .h1,
  .profile-intro .table-striped tr td { 
    font-size: 44px !important;
    line-height: 1.3em;
  }

  h1.siteTitle, .static-top.navbar-dark .navbar-brand a h1.siteTitle, .static-top.navbar-dark .navbar-brand a h1.siteTitle > span {
    font-size: 28px !important;
  }

  h2, .h2,
  .profile-view-with-card a.details-link.has-tooltip.launch-modal, 
  .profile-view-no-card a.details-link.has-tooltip.launch-modal {
    font-size: 28px !important;
    line-height: 1.3em;
  }

  h3, .h3 {
    font-size: 26px !important;
    line-height: 1.3em;
  }

  h4, .h4,
  td[data-th="Email Address"] a, 
  td[data-th="Phone Number"], 
  td[data-th="State"],
  td[data-th="Email Address"] a::before, 
  td[data-th="Phone Number"]::before, 
  td[data-th="State"]::before {
    font-size: 18px !important;
    line-height: 1.5em;
  }

  h5, .h5 {
    font-size: 16px !important;
  }

  p, p > a, ul, li {
    font-size: 14px !important;
  }

  /*--------------- End Font Sizes ---------------*/


  /*--------------- Start Image Sizes ---------------*/

  .heading-top-icon {
    max-width: 12% !important;
    height: auto !important;
  }

  .contact-top-icon {
    max-width: 20% !important;
    height: auto !important;
  }

  .white-box-img {
    max-width: 50% !important;
    height: auto !important;
  }

  .white-box-img-medium {
    max-width: 25% !important;
    height: auto !important;
  }
  
  /*--------------- End Image Sizes ---------------*/

  .footer-logo {
    max-width: 40% !important;
  }
  
  .mob-view-spacing {
    margin-bottom: -40px !important;
  }

  .bring-to-middle {
    margin-bottom: -50px !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  a.entitylist-download.btn.btn-info.float-end.action {
    display: none !important;
  }

  .outline-box {
    padding: 10px !important;
  }

  .white-box {
    padding: 1.5rem 2em !important;
  }


  /*--------------- Start Open Order Table ---------------*/

  .open-order-table .table>thead>tr>th:nth-child(2),
  .open-order-table .table>thead>tr>th:nth-child(4),
  .open-order-table .table>thead>tr>th:nth-child(5),
  .open-order-table .table>thead>tr>th:nth-child(6),
  .open-order-table .table-responsive>.table>tbody>tr>td:nth-child(2), 
  .open-order-table .table-responsive>.table>tbody>tr>td:nth-child(4), 
  .open-order-table .table-responsive>.table>tbody>tr>td:nth-child(5), 
  .open-order-table .table-responsive>.table>tbody>tr>td:nth-child(6)  {
    display: none;
  }

  /*--------------- End Open Order Table ---------------*/


  /*--------------- Start Completed Order Table ---------------*/

  .completed-order-table .table>thead>tr>th:nth-child(2),
  .completed-order-table .table>thead>tr>th:nth-child(3),
  .completed-order-table .table>thead>tr>th:nth-child(4),
  .completed-order-table .table>thead>tr>th:nth-child(5),
  .completed-order-table .table>thead>tr>th:nth-child(7),
  .completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(2), 
  .completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(3), 
  .completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(4), 
  .completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(5), 
  .completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(7)  {
    display: none;
  }

  /*--------------- End Completed Order Table ---------------*/

    

  /*--------------- Start Decom Open Order Table ---------------*/

  .decom-open-order-table .table>thead>tr>th:nth-child(2),
  .decom-open-order-table .table>thead>tr>th:nth-child(3),
  .decom-open-order-table .table>thead>tr>th:nth-child(5),
  .decom-open-order-table .table>thead>tr>th:nth-child(6),
  .decom-open-order-table .table-responsive>.table>tbody>tr>td:nth-child(2), 
  .decom-open-order-table .table-responsive>.table>tbody>tr>td:nth-child(3), 
  .decom-open-order-table .table-responsive>.table>tbody>tr>td:nth-child(5), 
  .decom-open-order-table .table-responsive>.table>tbody>tr>td:nth-child(6)  {
    display: none;
  }


  /*--------------- End Decom Open Order Table ---------------*/


  /*--------------- Start Decom Completed Order Table ---------------*/

  .decom-completed-order-table .table>thead>tr>th:nth-child(2),
  .decom-completed-order-table .table>thead>tr>th:nth-child(3),
  .decom-completed-order-table .table>thead>tr>th:nth-child(5),
  .decom-completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(2), 
  .decom-completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(3),  
  .decom-completed-order-table .table-responsive>.table>tbody>tr>td:nth-child(5)  {
    display: none;
  }

  /*--------------- End Decom Completed Order Table ---------------*/


  /*--------------- Start Support Requests Table ---------------*/

  .support-table .table>thead>tr>th:nth-child(2),
  .support-table .table>thead>tr>th:nth-child(4),
  .support-table .table>thead>tr>th:nth-child(5),
  .support-table .table>thead>tr>th:nth-child(6),
  .support-table .table>thead>tr>th:nth-child(7),
  .support-table .table-responsive>.table>tbody>tr>td:nth-child(2), 
  .support-table .table-responsive>.table>tbody>tr>td:nth-child(4),  
  .support-table .table-responsive>.table>tbody>tr>td:nth-child(5),  
  .support-table .table-responsive>.table>tbody>tr>td:nth-child(6),  
  .support-table .table-responsive>.table>tbody>tr>td:nth-child(7)  {
    display: none;
  }

  /*--------------- End Support Requests Table ---------------*/


  /*--------------- Start Annoucements Table ---------------*/

  .announcements-table .table>thead>tr>th:nth-child(3),  
  .announcements-table .table-responsive>.table>tbody>tr>td:nth-child(3)  {
    display: none;
  }

  /*--------------- End Annoucements Table ---------------*/


  /*--------------- Start MNT Table ---------------*/

  .mnt-table .table>thead>tr>th:nth-child(3),    
  .mnt-table .table-responsive>.table>tbody>tr>td:nth-child(3)  {
    display: none;
  }

  /*--------------- End MNT Table ---------------*/


  /*--------------- Start Transacting Merchants Table ---------------*/

  .transacting-table .table>thead>tr>th:nth-child(1),  
  .transacting-table .table-responsive>.table>tbody>tr>td:nth-child(1) {
    display: none;
  }
  
  .toolbar-actions .float-start {
    float: right !important;
  }

  .view-toolbar .entitylist-search .query {
    float: right;
    width: 120% !important;
    margin-top: 15px;
  }

  .toolbar-actions button.btn.btn-default {
    margin-top: 23px;
  }

  /*--------------- End Transacting Merchants Table ---------------*/


  /*--------------- Start Calculator Rebate Table ---------------*/

  .calculator-rebate-table .table>thead>tr>th:nth-child(5), 
  .calculator-rebate-table .table-responsive>.table>tbody>tr>td:nth-child(5)  {
    display: none;
  }

  /*--------------- End Calculator Rebate Table ---------------*/


  /*--------------- Start Profile Page ---------------*/

  .profile-partner-number .table-striped tr td,
  .profile-partner-number .table-striped tr td::before {
    font-size: 16px !important;
  }

  .profile-partner-number {
    margin-top: -15px !important;
  }

  .bring-to-left > p {
    text-align: left !important;
  }

  td[data-th="Status Reason"][aria-label="Selling"],
  td[data-th="Status Reason"][aria-label="Onboarded, Not Selling"],
  td[data-th="Status Reason"][aria-label="In Training"],
  td[data-th="Status Reason"][aria-label="Expression of Interest"] { 
    float: left !important;
  }

  .revenue-merchants .table>thead>tr>th:nth-child(2), 
  .revenue-merchants .table-responsive>.table>tbody>tr>td:nth-child(2)  {
    display: none;
  }

  /*--------------- End Profile Page ---------------*/

  /*--------------- Start Cost of Acceptance Table ---------------*/

  .coa-table .table>thead>tr>th:nth-child(3), 
  .coa-table .table>thead>tr>th:nth-child(4),
  .coa-table .table>thead>tr>th:nth-child(5),
  .coa-table .table>thead>tr>th:nth-child(7), 
  .coa-table .table>thead>tr>th:nth-child(8),
  .coa-table .table>thead>tr>th:nth-child(9),
  .coa-table .table-responsive>.table>tbody>tr>td:nth-child(3),
  .coa-table .table-responsive>.table>tbody>tr>td:nth-child(4),
  .coa-table .table-responsive>.table>tbody>tr>td:nth-child(5),
  .coa-table .table-responsive>.table>tbody>tr>td:nth-child(7),
  .coa-table .table-responsive>.table>tbody>tr>td:nth-child(8),
  .coa-table .table-responsive>.table>tbody>tr>td:nth-child(9)  {
    display: none;
  }

  /*--------------- End Cost of Acceptance Table ---------------*/ 

}

/*--------------------------------- END Responsiveness ---------------------------------*/


/*--------------------------------- START Mobile Only Responsiveness ---------------------------------*/

@media screen and (max-width: 768px) {
  
  /*--------------- Start Welcome Section ---------------*/

  .mobile-header .container {
    flex-direction: column-reverse !important;
  }
  
  /*--------------- End Welcome Section ---------------*/


  /*--------------- Start All Form View on Pop Up ---------------*/

  table[data-name="pp_summary_tab"],
  table[data-name="pp_order-details_tab"],
  table[data-name="pp_application_details_tab"],
  table[data-name="business_details"],
  table[data-name="rebate_banking_details"],
  table[data-name="rebate_details"],
  table[data-name="mnt_details"],
  table[data-name="coa"],
  table[data-name="requirements"],
  table[data-name="rebate"],
  table[data-name="mcc_view_only"],
  /*table[data-name="coa_view_only"],*/
  table[data-name="requirements_view_only"],
  table[data-name="rebate_view_only"],
  table[data-name="support"] {
    float: none !important;
  }

  table[data-name="pp_summary_tab"] .table-info,
  table[data-name="pp_order-details_tab"] .table-info,
  table[data-name="pp_application_details_tab"] .table-info,
  table[data-name="business_details"] .table-info,
  table[data-name="rebate_banking_details"] .table-info,
  table[data-name="rebate_details"] .table-info,
  table[data-name="mnt_details"] .table-info,
  table[data-name="coa"] .table-info,
  table[data-name="requirements"] .table-info,
  table[data-name="rebate"] .table-info,
  table[data-name="mcc_view_only"] .table-info,
  /*table[data-name="coa_view_only"] .table-info,*/
  table[data-name="requirements_view_only"] .table-info,
  table[data-name="rebate_view_only"] .table-info,
  table[data-name="support"] .table-info {
    float: none !important;
    width: 100% !important;
  }

  table[data-name="pp_summary_tab"] .control,
  table[data-name="pp_order-details_tab"] .control,
  table[data-name="pp_application_details_tab"] .control,
  table[data-name="business_details"] .control,
  table[data-name="rebate_banking_details"] .control,
  table[data-name="rebate_details"] .control,
  table[data-name="mnt_details"] .control,
  table[data-name="coa"] .control,
  table[data-name="requirements"] .control,
  table[data-name="rebate"] .control,
  table[data-name="mcc_view_only"] .control,
  /*table[data-name="coa_view_only"] .control,*/
  table[data-name="requirements_view_only"] .control,
  table[data-name="rebate_view_only"] .control,
  table[data-name="support"] .control {
    float: none !important;
    width: 100% !important;
  }

  .clearfix.cell.picklist-cell {
    display: block !important;
  }

  fieldset[aria-label="Summary"] {
    margin: 0 0 -50px 0 !important;
  }

  fieldset[aria-label="Order Details"] {
    margin: 0 0 -10px 0 !important;
  }

  /*--------------- End All Form View on Pop Up ---------------*/

  

  /*--------------- Start Rebate Table ---------------*/

  .rebate-table .table>thead>tr>th:nth-child(4), 
  .rebate-table .table-responsive>.table>tbody>tr>td:nth-child(4)  {
    display: none;
  }

  /*--------------- End Rebate Table ---------------*/

  .hide-on-laptop {
    display: block;
  }

  /*--------------- Start Offers Page ---------------*/

  .offer-modal-dialog {
    margin: 10px;
  }

  /*--------------- End Offers Page ---------------*/


}

/*--------------------------------- END Mobile Only Responsiveness ---------------------------------*/
